Checks whether the technology exists in the registrar. Namespace: Microsoft.ConfigurationManagement.ApplicationManagement
Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Usage

Visual Basic
Dim instance As TechnologyCollection(Of T)
Dim technologyId As String
Dim returnValue As Boolean

returnValue = instance.Contains(technologyId)

Syntax

Visual Basic
Public Function Contains ( _
		technologyId As String _
) As Boolean
C#
public bool Contains (
		string technologyId
)
C++
public:
bool Contains (
		String^ technologyId
)
J#
public boolean Contains (
		String technologyId
)
JScript
public function Contains (
		technologyId : String
) : boolean

Parameters

technologyId

Technology identifier to check for.

Return Value

Returns Boolean. The return value is true if the technology is registered, false otherwise.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also